home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : Benchmarks; Examples for Training and Transition
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : Doris Sayon and Bonnie Burkhardt
- -- : GTE Sylvania Systems Group, Western Division
- -- : P.O. Box 7188
- -- : San Diego, CA 94039
- -- : Contact: Lt. Colonel Falgiano
- -- : ESD/SCW
- -- : Hanscom AFB, MA 01731
- -- COPYRIGHT : (c) 1985 GTE
- -- DATE CREATED : May 1985
- -- DATE RELEASED : June 1985
- -- DATE LAST UPDATED : June 1985
- -- LOCATION : ASR
- -- ENVIRONMENT :
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : BENCHMARKS
- -- CATEGORY LEVEL 2 : Language Comparison
- -- CATEGORY LEVEL 3 : Ada, C, FORTRAN, Pascal
- -- CATEGORY LEVEL 4 :
- -- KEYWORD : benchmarks
- -- KEYWORD : C
- -- KEYWORD : Ada
- -- KEYWORD : FORTRAN
- -- KEYWORD : Pascal
- -- INDEX : Benchmarks
- -- INDEX : Benchmarks, C
- -- INDEX : Benchmarks, Ada
- -- INDEX : Benchmarks, Pascal
- -- INDEX : Benchmarks, FORTRAN
- -- INDEX : Benchmarks, Whetstone
- -- INDEX : Benchmarks, Dhrystone
- -- INDEX : Whetstone Benchmarks
- -- INDEX : Dhrystone Benchmarks
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO : WIS_TOOL_10_2
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.BENCHMARKS>BEN*.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.BENCHMARKS>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- BENCH.DOC 7291 217
- -- BENCHABS.DOC 2658 53
- -- BENCHADA.SRC 75057 2330
- -- BENCHDHRY.ADA 18473 571
- -- BENCHMARK.CMM 3266 68
- -- BENCHMARK.PRO 3857 79
- -- BENCHPFC.DIS 332 10
- -- BENCHPFC.SRC 81329 3149
- -- BENCHRES.DOC 10307 185
- -- BENCHSRC.DIS 241 8
- -- BENENV.INF 103 6
- -- BENHTOOLS.ADA 10791 353
- -- BENMATH.ADA 965 24
- -- BENWHET.COM 262 9
- -- =============== ========== ==========
- -- 14 Files 214932 7062
- --= ABSTRACT ===============================================--
- -- A suite of timing and sizing benchmark programs written in
- -- "C", Ada, Fortran and Pascal. The first program in the suite is the
- -- Whetstone benchmark, which measures processor speed. This benchmark
- -- suite is available in "C", Ada, Fortran and Pascal. The other program
- -- in the suite is the Dhrystone benchmark. The Dhrystone benchmark
- -- measures statement execution per unit time. Dhrystone is available
- -- only for Ada.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHORS HISTORY
- -- 06/85 1.0 Sayon/Burkhardt Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-